Visibility
Enum defining how the user sees and can interact with an entry.
Author
fzzyhmstrs
Since
0.6.0
Parameters
Whether the entry is visible. A non-visible entry will take up 0 width in the list (effectively removed from the list, visually)
Whether the entry should be skipped when searching
Whether the user can interact with the entry
Whether the entry belongs to a group
Whether this visibility can be applied to an entry more than once
Predicate to determine if this visibility is affected by another
Entries
Visible entry that represents a group heading
Filtered entry that represents a group heading
Hidden entry that represents a group heading
A disabled group heading, typically caused by a layout error
A header entry. Always visible, skipped in searching, and not selectable. Visibility of headers can't be changed.
Properties
Functions
Returns the entries current Visibility status
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.